:root{--bg-grad-start:#121212;--bg-grad-end:#121212;--text-color:#FFF;--accent-color:#FFFC00;--accent-text:#121212;--cookie-bg:#1E1E1E;--cookie-text:#FFF;--cookie-btn-bg:#FFFC00;--cookie-btn-text:#121212}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:'Poppins',sans-serif;background-color:var(--bg-grad-start);color:var(--text-color);overflow:hidden}body{background-image:none;display:flex;justify-content:center;align-items:center;text-align:center}.container{max-width:600px;padding:2rem;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.logo{width:100px;height:auto;margin-bottom:1.5rem}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:#FFF}p{font-size:clamp(1rem,2vw,1.1rem);font-weight:400;margin-bottom:2.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background-color:var(--accent-color);color:var(--accent-text);font-size:1.1rem;font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover,.cta-button:focus{transform:scale(1.05);box-shadow:0 5px 20px rgba(255,252,0,.2);outline:none}.cookie-banner{position:fixed;bottom:-100%;left:0;width:100%;background-color:var(--cookie-bg);color:var(--cookie-text);padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;transition:bottom .5s ease-in-out;z-index:1000}.cookie-banner.show{bottom:0}.cookie-banner p{margin:0;font-size:.9rem}.cookie-banner button{background-color:var(--cookie-btn-bg);color:var(--cookie-btn-text);border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-family:'Poppins',sans-serif;font-weight:700}.cookie-banner button:hover{opacity:.9}@media(max-width:600px){.container{padding:1.5rem}h1{font-size:clamp(1.8rem,7vw,2.5rem)}.cookie-banner{flex-direction:column;padding:1.5rem 1rem}.cookie-banner p{margin-bottom:.5rem}}